home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 00137.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  250 b   |  14 lines

  1. on enterFrame
  2.   if the machineType = 256 then
  3.     puppetPalette("palette 1167", 60, 1)
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   cursor(-1)
  9.   set the visible of sprite 3 to 0
  10.   set the timeoutScript to EMPTY
  11.   set the visible of sprite 4 to 0
  12.   updateStage()
  13. end
  14.